﻿@media screen and (max-width: 320px) {
    .daterangepicker.dropdown-menu {
        max-width: 315px !important;
        overflow:scroll;
    }

    .show-calendar {
        left: 0px !important;
    }
}

@media screen and (max-width: 470px) {
    .mob-view {
            flex-direction: column-reverse;
        }

        .mob-view .haveffectSec {
            align-self: center;

        }

    }

    @media screen and (max-width: 576px) {

        .dataTables_wrapper table *, .dataTables_info {
            font-size: 12px !important;
        }

        table img {
            width: 15px !important;
            height: 15px !important;
        }

        .modal * {
            font-size: 13px !important;
        }

        .modal .close {
            font-size: 26px !important;
        }

        ul[role*=tablist] {
            padding: 0px !important;
            display: flex;
            flex-direction: column;
            text-align: center;
        }

        .tab-content .radio-type h6 {
            margin-bottom: 10px !important;
            font-weight: bold;
        }

        .tab-content .radio-type {
            flex-direction: column;
            align-items: start !important;
        }

        .radio > div {
            margin-top: 20px !important;
            line-height: 2;
        }

        .tab-content .radio-type * {
            padding: 0px !important;
            margin-top: unset !important;
        }

        .tab-content .radio-type label {
            margin: 0px 7px 3px 0px !important;
        }

        .tab-content {
            padding: 2rem 0px !important;
        }

        .dataTables_wrapper {
            margin-bottom: 1rem !important;
        }

        .dr-notification a {
            margin: 0px 10px !important;
        }
    }

    @media screen and (min-width: 576px) {

        .form-control, select {
            width: 275px;
        }

        header .logged-user img {
            width: 45px;
            height: 45px;
        }

        header .logged-user {
            margin: 0px 25px;
        }

        header .lang-style {
            height: 34px;
            width: 34px;
        }

        header .lang-name-style {
            width: 20px;
            height: 20px;
            transform: translate(6px, 3px);
        }

        header .lang-letter-style {
            left: 24px;
            font-size: 8px;
            border: 4px solid #fff;
            top: -8px;
        }

        header .notification-name-style {
            transform: translate(0px, 3px);
            width: initial;
            height: initial;
        }

        header {
            height: var(--header-height);
        }

            header .logged-user span {
                font-size: 14px;
            }

        main {
            padding-top: var(--header-height);
        }
    }
@media screen and (max-width: 769px) {

    .dataTables_wrapper table *, .dataTables_info {
        font-size: 12px !important;
    }

    table img {
        width: 15px !important;
        height: 15px !important;
    }

    .modal * {
        font-size: 13px !important;
    }

    .modal .close {
        font-size: 26px !important;
    }

    ul[role*=tablist] {
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .tab-content .radio-type h6 {
        margin-bottom: 10px !important;
        font-weight: bold;
    }

    .tab-content .radio-type {
        flex-direction: column;
        align-items: start !important;
    }

    .radio > div {
        margin-top: 20px !important;
        line-height: 2;
    }

    .tab-content .radio-type * {
        padding: 0px !important;
        margin-top: unset !important;
    }

    .tab-content .radio-type label {
        margin: 0px 7px 3px 0px !important;
    }

    .tab-content {
        padding: 2rem 0px !important;
    }

    .dataTables_wrapper {
        margin-bottom: 1rem !important;
    }

    .dr-notification a {
        margin: 0px 10px !important;
    }
}

@media screen and (min-width: 769px) {

    .form-control, select {
        width: 275px;
    }

    header .logged-user img {
        width: 45px;
        height: 45px;
    }

    header .logged-user {
        margin: 0px 25px;
    }

    header .lang-style {
        height: 34px;
        width: 34px;
    }

    header .lang-name-style {
        width: 20px;
        height: 20px;
        transform: translate(6px, 3px);
    }

    header .lang-letter-style {
        left: 24px;
        font-size: 8px;
        border: 4px solid #fff;
        top: -8px;
    }

    header .notification-name-style {
        transform: translate(0px, 3px);
        width: initial;
        height: initial;
    }

    header {
        height: var(--header-height);
    }

        header .logged-user span {
            font-size: 14px;
        }

    main {
        padding-top: var(--header-height);
    }
}
@media screen and (max-width: 991px) {
    .mob-md {
        flex-direction:column-reverse;
    }
}
    @media screen and (max-width: 992px) {
        .collapse.type.show {
            left: 0;
        }

        .collapse.type.show {
            margin: 0px calc(300px - 19rem);
        }

    
    }

    @media screen and (min-width: 1200px) {
        header > div:first-child {
            justify-content: start;
        }

        .login-container {
            height: 550px;
        }

        .modal .modal-body-modal .col-12, .modal li.col-xl-3 {
            width: 50%;
        }
        .seperator:after {
            content: '';
            position: absolute;
            display: block;
            border: 2px solid #f1f5f9;
            left: 34%;
            top: 31px;
            height: 80%;
        }
    }
